home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Softwarová Záchrana 3
/
Softwarova-zachrana-3.bin
/
Rename Master
/
RenameMaster.exe
/
0
/
RCDATA
/
TFRMSELECTFOLDER
/
TFRMSELECTFOLDER.txt
Wrap
Text File
|
2005-02-15
|
2KB
|
81 lines
object frmSelectFolder: TfrmSelectFolder
Left = 339
Top = 291
AutoScroll = False
BorderIcons = []
Caption = 'Select a folder'
ClientHeight = 349
ClientWidth = 394
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
DesignSize = (
394
349)
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 314
Top = 8
Width = 73
Height = 25
Anchors = [akTop, akRight]
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 0
end
object btnCancel: TButton
Left = 314
Top = 48
Width = 73
Height = 25
Anchors = [akTop, akRight]
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 1
end
object DriveComboBox1: TDriveComboBox
Left = 2
Top = 8
Width = 297
Height = 19
Anchors = [akTop, akRight]
TabOrder = 2
OnChange = DriveComboBox1Change
end
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 32
Width = 291
Height = 297
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
ParentFont = False
TabOrder = 3
OnClick = DirectoryListBox1Click
end
end